home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / unix / asld12 / read.me < prev   
Encoding:
Text File  |  1988-03-03  |  662 b   |  18 lines

  1. This is the Minix 1.2 asld as posted by Andy Tanenbaum.
  2. It implements the -i flag, which gives a program separate I & D space.
  3. This means that the size limit is 64K code + 64K data = 128K total.
  4. The previous asld allowed only 64K total and put both code and data into
  5. the same segment.
  6.  
  7. The file asld in this archive is the actual Minix executable binary.
  8. To get this file onto Minix, use dosread from Minix:
  9.  
  10. First, make sure you have a back up copy of your current, working asld!
  11.  
  12. $ dosread 0 asld >/usr/bin/asld
  13. $ chmod 755 /usr/bin/asld
  14.  
  15. James da Silva
  16. Sysop of The Mars Hotel BBS (301)470-3569
  17. featuring the traffic of comp.os.minix online
  18.